home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / TXT / IASM.TXT < prev    next >
Text File  |  1997-04-28  |  812b  |  19 lines

  1. iASM is a utility to allow you to insert simple asm {} blocks in C programs
  2. for the Watcom compiler.
  3.  
  4. Unfortunatly this utility has been removed from the WC2EXE, WC2OBJ, WCPP2EXE
  5. and WCPP2OBJ Bat files since it causes more problems than it solves.
  6.  
  7. Why?:
  8.  
  9. iASM goes thru all #include'ed files regardless of what the C files has
  10. to say about it. Even if it's in a comment block and even if it's inside
  11. a conditional compile block that is not suppose to be compiled.  This
  12. causes a lot of problems when 2 files #include each other (but only if
  13. the other has not been included already).  So iASM will go into an infinite
  14. loop (but it will exit with a message saying "can't open file").  So
  15. it started getting in the way so I removed it.  But remember if you like
  16. using it, it's still there.
  17.  
  18. TTYL
  19.